Skip to content

bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'.#10098

Merged
miss-islington merged 1 commit into
python:masterfrom
matrixise:bpo-35038
Oct 25, 2018
Merged

bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'.#10098
miss-islington merged 1 commit into
python:masterfrom
matrixise:bpo-35038

Conversation

@matrixise

@matrixise matrixise commented Oct 25, 2018

Copy link
Copy Markdown
Member

@JulienPalard

Copy link
Copy Markdown
Member

Found this:

What's New in Python 2.5 beta 1?
[...]
- Removed 5 integers from C frame objects (PyFrameObject).
  f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.

so LGTM.

@miss-islington
miss-islington merged commit 1770d1c into python:master Oct 25, 2018
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @matrixise for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-10105 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 25, 2018
…ted'. (pythonGH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
@bedevere-bot

Copy link
Copy Markdown

GH-10106 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 25, 2018
…ted'. (pythonGH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington added a commit that referenced this pull request Oct 25, 2018
…ted'. (GH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
miss-islington added a commit that referenced this pull request Oct 25, 2018
…ted'. (GH-10098)

https://bugs.python.org/issue35038
(cherry picked from commit 1770d1c)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants